Update an Allocation
Updates the mutable fields of an Allocation.
Access control: Admin and Operator accounts have full access to Allocation resources. Advertiser accounts can only view their own Allocations (filtered by owner_id=user.id).
Authorizations
Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.
Query Parameters
Body
PATCH /allocations request body.
Response
Successful Response
Response schema for allocation mutations (create/update).
Owner ID
Resource ID (line_items.id or recommendation_policies.id)
Resource type allocated to the target (line_item / recommendation_policy)
line_item, recommendation_policy Target ID (ad_units.id or placements.id)
Target type (ad_unit / placement)
ad_unit, placement for various configuration
Last comment
ID of the allocation
The current status of the allocation (e.g. pending, published, rejected)
pending, requested, published, rejected, canceled, finished 